WebTransportConnectionEstablishedEvent

data class WebTransportConnectionEstablishedEvent(transportId: RequestId, timestamp: MonotonicTime) : Event

Fired when WebTransport handshake is finished.

Constructors

WebTransportConnectionEstablishedEvent
Link copied to clipboard
fun WebTransportConnectionEstablishedEvent(transportId: RequestId, timestamp: MonotonicTime)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

timestamp
Link copied to clipboard
val timestamp: MonotonicTime
Timestamp.
transportId
Link copied to clipboard
val transportId: RequestId
WebTransport identifier.

Sources

jvm source
Link copied to clipboard